projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f17a95
)
(fast_find_position): Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Aug 1996 23:31:20 +0000
(23:31 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Aug 1996 23:31:20 +0000
(23:31 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 5ead042b3bdf8fb3a4fc5a129c28b32d2ecf384e..e98a2c5b0f517e611ebffdad1c5107c211d021b4 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-2123,7
+2123,7
@@
fast_find_position (window, pos, columnp, rowp)
if (maybe_next_line)
{
row++;
- lastcol =
0
;
+ lastcol =
left
;
}
*rowp = row + top;